Flux is an architectural pattern for managing application state with unidirectional data flow. It was created by Facebook to work with React, emphasizing predictable state management.
User clicks button
Routes action
Updates state
Re-renders UI